* emacs.c (gdb_pvec_type): Change it back to enum pvec_type.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jul 2012 17:04:09 +0000 (10:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Jul 2012 17:04:09 +0000 (10:04 -0700)
commit6a7ad6a29481e9278371aca13a1191fc48985a6c
tree4637295ebeecdcee46407653adf07d627f884ed3
parent23e48b6637c171cd049c47b6b7a02d27854e593b
* emacs.c (gdb_pvec_type): Change it back to enum pvec_type.

This variable's comment says Emacs needs at least one GDB-visible
symbol of type enum pvec_type, to work around GDB problems.
The symbol's value doesn't matter.
src/ChangeLog
src/emacs.c